<style type="text/css">
/*<![CDATA[*/
  pre.rdf {border:1px dashed #8888aa; 
           background-color:#f7f8ff;
           padding:5px;
           font-size:88%; 
           margin-left: 2.5em;
           color: black;} 
  span.rdf-caption { 
           font-size: 88%;
           font-weight: bold; 
           width:58%; 
           margin-left: 2.75em;}
  span.accept { text-decoration: underline; text-transform:  uppercase} 
  span.note { font-size: 75%; }
  pre.cvs-id {color: gray}
  .bp { font-style: italic }
/*]]>*/
</style>


---------

<div class="turtle"><div class="exampleheader"><span class="exampleheader"><b>Turtle Syntax</b></span></div>
<pre>&nbsp;:NarcisticPerson owl:equivalentClass  [
   rdf:type        owl:Restriction&nbsp;;
   owl:onProperty &nbsp;:loves&nbsp;;
   owl:hasSelf     "true"^^xsd:boolean .
 ] .
</pre>
</div>

/* use tab-like headers for syntax examples */
div.exampleheader {
  font-size: 90%;
  float: left;
  background: #F9F9F9;
  color: #2F6FAB;
  border: 1px dashed #2F6FAB;
  border-bottom: 0px;
  padding-top: 2px;
}

div.exampleheader span.exampleheader {
  background: #F9F9F9;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 0px;
}

/* Also copy MediaWiki style here, so it will not look different when exported */
div.fssyntax pre, div.rdfxml pre, div.owlxml pre, div.turtle pre, div.manchester pre  {
  background-color: #F9F9F9;
  border: 1px dashed #2F6FAB;
  color: black;
  line-height: 1.1em;
  padding: 1em;
  clear: both;
  margin-left: 0em;
}
-------------
<style>
			.todo {
				color: red;
			}
		    pre {
				tab-size: 4;
		    }
			th {
				text-align: left;
			}
			
			.def {
				background: #fcfcfc;
				border-left-style: solid;
				border-left-width: .5em;
				border-color: #c0c0c0;
				margin-bottom: 16px;
				padding: 8px;
			}
			
			.def-sparql {
			}
			
			.def-text {
			}
			
			.def-text-body {
				margin-left: 2em;
			}
			
			.def-header {
				color: #a0a0a0;
				font-size: 16px;
				padding-bottom: 8px;
			}
		</style>  		